home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Tlen 6.0.1.12 pl / tleninst60112.exe / sdk / Plugin_src / options-bcb / Unit3.dfm < prev    next >
Text File  |  2006-09-18  |  2KB  |  76 lines

  1. object Form3: TForm3
  2.   Left = 192
  3.   Top = 103
  4.   BorderStyle = bsNone
  5.   Caption = 'Form3'
  6.   ClientHeight = 258
  7.   ClientWidth = 442
  8.   Color = 15724527
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 16
  21.     Top = 16
  22.     Width = 425
  23.     Height = 241
  24.     Caption = 'Ustawienia'
  25.     TabOrder = 0
  26.     object Button1: TButton
  27.       Left = 224
  28.       Top = 208
  29.       Width = 75
  30.       Height = 25
  31.       Caption = 'Button1'
  32.       TabOrder = 0
  33.     end
  34.     object Edit1: TEdit
  35.       Left = 24
  36.       Top = 24
  37.       Width = 353
  38.       Height = 21
  39.       TabOrder = 1
  40.       Text = 'Edit1'
  41.     end
  42.     object CheckBox1: TCheckBox
  43.       Left = 24
  44.       Top = 56
  45.       Width = 97
  46.       Height = 17
  47.       Caption = 'CheckBox1'
  48.       TabOrder = 2
  49.     end
  50.     object ListBox1: TListBox
  51.       Left = 24
  52.       Top = 80
  53.       Width = 361
  54.       Height = 113
  55.       ItemHeight = 13
  56.       TabOrder = 3
  57.     end
  58.     object RadioButton1: TRadioButton
  59.       Left = 256
  60.       Top = 56
  61.       Width = 113
  62.       Height = 17
  63.       Caption = 'RadioButton1'
  64.       TabOrder = 4
  65.     end
  66.     object Button2: TButton
  67.       Left = 304
  68.       Top = 208
  69.       Width = 75
  70.       Height = 25
  71.       Caption = 'Button2'
  72.       TabOrder = 5
  73.     end
  74.   end
  75. end
  76.